home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / skates.swf / scripts / DefineButton2_59 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-04-20  |  120 b   |  7 lines

  1. on(release){
  2.    _root.Snd1.setVolume(70);
  3.    _root.Snd2.setVolume(70);
  4.    _root.soundOn = 1;
  5.    gotoAndStop(2);
  6. }
  7.